home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MSINC.PAK / RPC.H < prev    next >
Text File  |  1997-05-06  |  172b  |  8 lines

  1. #if !defined(__RPC_H__)
  2.   #ifdef __FLAT__
  3.     #include <win32\rpc.h>
  4.   #else
  5.     #error rpc.h can only be used in a Win32 Application
  6.   #endif
  7. #endif /* __RPC_H_ */
  8.